home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / conf.files / rc.M < prev   
Text File  |  1996-01-14  |  439b  |  19 lines

  1. #! /bin/sh
  2. # It receive one argument, being the runlevel needed
  3.  
  4. # Screen blanks after 15 minutes idle time.
  5. /bin/setterm -blank 15
  6.  
  7. /bin/netconf --update
  8. # Update all the shared library links automatically
  9. /sbin/ldconfig
  10.  
  11. # Remove stale locks (must be done after mount -a!)
  12. /bin/rm -f /var/spool/locks/* /var/spool/uucp/LCK..* /tmp/.X*lock 1> /dev/null 2> /dev/null
  13.  
  14.  
  15. # Start the local setup procedure.
  16. /etc/rc.d/rc.local $1
  17.  
  18. # All done.
  19.